2005-01-20 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs. (#164725,
+ George Kraft IV)
+
* gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
here, even if the only focusable widgets are labels.
2005-01-20 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs. (#164725,
+ George Kraft IV)
+
* gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
here, even if the only focusable widgets are labels.
2005-01-20 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs. (#164725,
+ George Kraft IV)
+
* gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
here, even if the only focusable widgets are labels.
return our_type;
}
+/**
+ * gtk_widget_get_accessible:
+ * @widget: a #GtkWidget
+ *
+ * Returns the accessible object that describes the widget to an
+ * assistive technology. The documentation of the
+ * <ulink url="http://developer.gnome.org/doc/API/2.0/atk/index.html">ATK</ulink>
+ * library contains more information about accessible objects and
+ * their uses.
+ *
+ * Returns: the #AtkObject associated with @widget
+ */
AtkObject*
gtk_widget_get_accessible (GtkWidget *widget)
{